home *** CD-ROM | disk | FTP | other *** search
/ Megaware 1 / Megaware Volume 1.iso / utils / mem-expa / test < prev    next >
Encoding:
Text File  |  1989-03-21  |  88 b   |  6 lines

  1. test.obj: test.c
  2.     cl -c test.c
  3.  
  4. test.exe: test.obj xmm.lib
  5.     link test,,,xmm;
  6.